Conferences
This module is used to manage conferences.
A bubble is also called a room. This is exactly the same object.
Types
Interface defining callbacks for handling events related to Conferences within the SDK.
Functions
Let you go on stage in a webinar
Call some rainbow contacts to add it to an ongoing conference
Let you know you if the user is already connected in the conference associated to a bubble
Let you decline a conference so that it stops ringing on all devices
Delegate an ongoing conference from the user to another participant.
When a conference is started, it is possible to disable all incoming videos in order to save bandwidth.
Get a list of participants and their talking time from the last conference of the Bubble in parameter. If there is an ongoing conference on the bubble, the result will be from this one.
Let you get off stage in a webinar
Hangup myself from a conference
Hangup a participant from a conference
Hold user as participant in the conference.
This method allows to know if a conference is reachable or not. If the conference is not reachable, it's because the conference is not correctly started
Join conference in audio mode : this method is called when a conference is already started.
Let you lock/unlock a conference so that no other participant can join it
Lower all hands in the conference. Only accessible to organizers.
mute / unmute all participants of the conference
Let you pause the conference recording
Registers an implementation of IConferencesListener to receive callbacks when the SDK notifies of a new event.
Let you reject a go on stage request
When a conference is started, it is possible to resubscribe to a video using this method. This is used to restart the video if it becomes stuck somehow.
Let you resume the conference recording
If the user is the owner's bubble, the user will start the conference and will join the conference.
Let you start the conference recording
Stop conference.
Let you stop the conference recording
when a conference is started,it is possible to subscribe to service using this method
when a conference is started, it is possible to subscribe to video using this method
mute : unmute participant
Un hold user as participant in the conference.
Unregisters a previously registered IConferencesListener, stopping callbacks for notifications.
When a conference is started, it is possible to unsubscribe to a video using this method.
Request to update the maximum bandwidth of the sent video stream.
Request to update the video quality of the video publisher. To use this method you must have subscribed to the video before. Only works if your publisher use multi-video quality, see ConferenceParticipant.isMultiVideoQuality() If the param videoPublisher is null, the video quality of the main feed (active talker) will be updated instead